chore:replace setup-zig action since it was archived.#131
chore:replace setup-zig action since it was archived.#131gballet merged 2 commits intoblockblaz:mainfrom
Conversation
Signed-off-by: Chen Kai <281165273grape@gmail.com>
|
Important Installation incomplete: to start using Gemini Code Assist, please ask the organization owner(s) to visit the Gemini Code Assist Admin Console and sign the Terms of Services. |
There was a problem hiding this comment.
Pull Request Overview
This PR replaces the archived korandoru/setup-zig GitHub Action with the maintained mlugg/setup-zig action across CI workflows.
Key changes:
- Updated action reference from
korandoru/setup-zig@v1tomlugg/setup-zig@v2.0.5 - Changed parameter name from
zig-versiontoversionto match new action's API - Updated Zig versions (0.14.0 → 0.14.0, 0.14.1 → 0.14.1) to maintain consistency
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/risc0.yml | Updates setup-zig action and parameter naming |
| .github/workflows/ci.yml | Updates setup-zig action across multiple jobs with parameter naming changes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
I'm getting a lot of cache misses and inability to download the compiler :( |
gballet
left a comment
There was a problem hiding this comment.
I'm not enclined to merge this at this time, since the previous one is still working with zig 0.14.0. I'm going to sit on this one for a couple of days.
That is what I met when using previous one and make this PR. |
|
Yeah but that's not why both of these fails. That looked like an issue on the compiler hosting side. It seems to be fixed now though. |
Replace setup-zig action to mlugg/setup-zig since korandoru/setup-zig was archived.